crypto/x509.Certificate.isValid (method)
3 uses
crypto/x509 (current package)
verify.go#L566: func (c *Certificate) isValid(certType int, currentChain []*Certificate, opts *VerifyOptions) error {
verify.go#L798: err = c.isValid(leafCertificate, nil, &opts)
verify.go#L931: err = candidate.cert.isValid(certType, currentChain, opts)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |